.composers-list li {
  font-family: 'Benne', serif;
  line-height: 2;
  font-size: 1.2rem;
}

.project1-dates {
  margin-top: 30px;
  padding: 10px;
  width: 370px;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4 / 1 / span 1 / span 1;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
  border: 1px dotted #707070;
}

.project1-dates-heading {
  font-family: 'Benne', serif;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.project1-dates ul {
  list-style: none;
  padding: 0;
}

.project1-dates ul li {
  font-family: 'Benne', serif;
  line-height: 2;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
/*# sourceMappingURL=projects.css.map */